{% extends 'base.html' %} {% block title %}{{ staff.user.get_full_name|default:staff.user.username }} - Staff Details{% endblock %} {% block content %}
{{ staff.user.email }}
{% if staff.phone_number %}{{ staff.phone_number }}
{% endif %} {% if staff.bio %}{{ staff.bio }}
{% endif %}No services assigned
{% endif %}No upcoming appointments
{% endif %}| Date | Client | Service | Duration |
|---|---|---|---|
| {{ appointment.start_time|date:"M d, Y" }} | {{ appointment.client.get_full_name|default:appointment.client.username }} | {{ appointment.service.name }} | {{ appointment.service.duration|time:"H:i" }} |
No recent completed appointments
{% endif %}